func go/types.replaceRecvType
3 uses
go/types (current package)
named.go#L384: if methods, copied := replaceRecvType(iface.methods, n.orig, n); copied {
subst.go#L180: iface.methods, _ = replaceRecvType(methods, t, iface)
subst.go#L403: func replaceRecvType(in []*Func, old, new Type) (out []*Func, copied bool) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)